NavigationEntry

interface NavigationEntry

A navigation history entry.

Properties

Link copied to clipboard

Returns the title as set by the web page, or an empty string if there is no title set.

Link copied to clipboard

Returns URL of the navigated web page.

Functions

Link copied to clipboard
open fun httpStatus(): Int
Returns the status code of the last known successful navigation.
Link copied to clipboard
open fun originalUrl(): String
Returns a string that represents the URL that caused this entry to be created.
Link copied to clipboard
open fun pageType(): PageType
Returns the page type that tells if this entry is for an interstitial or error page.
Link copied to clipboard
open fun timestamp(): Timestamp
Returns the time at which the last known navigation was completed.
Link copied to clipboard
open fun title(): String
Returns the title as set by the web page or an empty string if there is no title set.
Link copied to clipboard
open fun url(): String
Returns a string that represents the actual URL of the web page.